/* jswbox */
#jswbox{width:1100px;height:538px;margin:0 auto;position:relative;}
#jswbox ul{position:relative;height:300px;}
#jswbox li.slideLi{position:absolute;width:0;height:0;z-index:0;cursor:pointer;
overflow:visible;top:152px;left:10px;padding: 20px;background: rgba(33,33,33,.5);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f212121,endColorstr=#7f212121);
box-shadow: 0 0 30px 1px #111111;
}
#jswbox li.slideLi.active{
	background:url(../../images/foodBg.png);
	background-size: 100%;
}
#jswbox li.slideLi span.name{
	display: block;
	width: 100%;
	height: 25px;
	overflow: hidden;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	/*left: 50%;*/
	bottom: -25px;
	font-size: 12px;
	color: #b1262a;
	/*-webkit-transform: translateX(-50%);
	transform: translateX(-50%);*/
}
#jswbox li.slideLi.active span.name{
	bottom: -40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: white;
}
#jswbox li.slideLi img{width:100%;height:100%;vertical-align:top;float:left;}
#jswbox .prev, #jswbox .next{display:none;}

.Culture_cnt{background:url(../../images/cultrueBg.png) center top no-repeat ;}
.cultrueHead{width: 1100px;margin: 0 auto;height: 160px;}
.cultrueHead .titleBig{font-size: 48px;font-weight: bold;color: #b1262a;padding-top: 35px;}
.cultrueHead .titleSmall{font-size: 24px;color: white;font-weight: bold;padding-top: 5px;border-top: 1px solid #6a6a6a;width: 220px;}
.Culture_cnt .foodMsgItem{
	width: 500px;
	margin: 0 auto;
	text-align: center;
	height: 100px;
	color: #9d9d9d;
	font-size: 12px;
	line-height: 2;
}
.foodCltMore{
	display: block;
	width:135px ;
	margin: 0 auto;
	height: 37px;
	line-height: 37px;
	color: #fff !important;
	background-color: #b1262a;
	text-align: center;
	border-radius: 5px;
}
